net/http.http2writeQueue.push (method)

7 uses

	net/http (current package)
		h2_bundle.go#L11146: func (q *http2writeQueue) push(wr http2FrameWriteRequest) {
		h2_bundle.go#L11598: 	n.q.push(wr)
		h2_bundle.go#L11690: 		ws.zero.push(wr)
		h2_bundle.go#L11699: 	q.push(wr)
		h2_bundle.go#L11790: 		ws.control.push(wr)
		h2_bundle.go#L11801: 		ws.control.push(wr)
		h2_bundle.go#L11804: 	q.push(wr)